R07. Command line startup option

You can open a project or run a script by specifying options when you launch Next Design from the command line.

Option list

Options
Description
-p project_file_path.iproj Opens the specified project.
Specify the project file path after -p.
-r (or--run) script_file_path.cs Runs the specified C# script file.
Specify the script file path after -r. You can also specify multiple script files separated by spaces.
-s (or--silent) Used with the -r option, do not display a progress bar or confirmation message while running the script file.
-e (or--exit) Used with the -r option to exit Next Design after running the script file. Even if the project is in edit status, it will be discarded and the project will be terminated.